Home
last modified time | relevance | path

Searched defs:sgn (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java81 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration()
92 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration()
156 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration()
159 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration()
162 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DICUDurationTest.java84 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration()
95 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration()
159 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration()
162 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration()
165 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration()
/aosp_15_r20/external/libaom/tools/txfm_analyzer/
H A Dtxfm_gen_code.cc59 char *sgn = w < 0 ? n : p; in cos_text_sse4_1() local
403 int sgn = w < 0 ? 1 : 0; in gen_cospi_list_sse4_1() local
/aosp_15_r20/external/libxaac/encoder/
H A Diusace_fd_quant.h25 #define sgn(A) ((A) > 0 ? (1) : (-1)) macro
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/datatype/
H A DDurationImpl.java66 DurationImpl(int sgn, int y, int months, int d, int h, int m, float s) { in DurationImpl()
/aosp_15_r20/external/fdlibm/
H A De_jn.c60 int i,hx,ix,lx, sgn; local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_jnf.c34 int32_t i,hx,ix, sgn; in jnf() local
H A De_jn.c52 int32_t i,hx,ix,lx, sgn; in jn() local
/aosp_15_r20/packages/apps/Camera2/jni/
Djpegutil.h34 inline int sgn(int val) { return (0 < val) - (val < 0); } in sgn() function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dfast_trigonometry.inl122 T sgn = sign(y) * sign(x); local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dfast_trigonometry.inl122 T sgn = sign(y) * sign(x); local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c304 int sgn = 1; in neg_gam() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/
H A Detc_decoder.h223 int sgn = 1 - msb; in DecodeRGB() local
/aosp_15_r20/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoCarousel.java227 public void flip(float sgn) { in flip()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DRangeFactories.cu236 int64_t sgn = (xstep > 0) - (xstep < 0); in arange_cuda_out() local
H A DIGammaKernel.cu249 int k, n, sgn; in _igam_helper_asymptotic_series() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRangeFactories.cpp219 int64_t sgn = (xstep > 0) - (xstep < 0); in arange_out() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc240 int sgn = 1; in internal_simple_strtoll() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Drange_dataset_op.cc66 int64_t sgn(int64_t val) { return (0 < val) - (val < 0); } in sgn() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_complex_double.h145 Vectorized<c10::complex<double>> sgn() const { in sgn() function
H A Dvec256_complex_float.h180 Vectorized<c10::complex<float>> sgn() const { in sgn() function
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_tex.c57 nir_def *sgn = in build_cube_select() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c3490 struct svga_shader_signature *sgn = &emit->signature; in emit_passthrough_control_point_signature() local
3923 struct svga_shader_signature *sgn = &emit->signature; in emit_input_declaration() local
4044 struct svga_shader_signature *sgn = &emit->signature; in emit_output_declaration() local
4401 struct svga_shader_signature *sgn = &emit->signature; in emit_gs_output_declarations() local
4458 struct svga_shader_signature *sgn = &emit->signature; in emit_tesslevel_declaration() local
4476 struct svga_shader_signature *sgn = &emit->signature; in emit_tcs_output_declarations() local
12862 copy_shader_signature(struct svga_shader_signature *sgn, in copy_shader_signature()
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dprintf.c250 char sgn; in print_number() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_complex_double.h203 Vectorized<c10::complex<double>> sgn() const { in sgn() function

123