/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/duration/ |
H A D | ICUDurationTest.java | 81 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 D | ICUDurationTest.java | 84 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 D | txfm_gen_code.cc | 59 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 D | iusace_fd_quant.h | 25 #define sgn(A) ((A) > 0 ? (1) : (-1)) macro
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/datatype/ |
H A D | DurationImpl.java | 66 DurationImpl(int sgn, int y, int months, int d, int h, int m, float s) { in DurationImpl()
|
/aosp_15_r20/external/fdlibm/ |
H A D | e_jn.c | 60 int i,hx,ix,lx, sgn; local
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_jnf.c | 34 int32_t i,hx,ix, sgn; in jnf() local
|
H A D | e_jn.c | 52 int32_t i,hx,ix,lx, sgn; in jn() local
|
/aosp_15_r20/packages/apps/Camera2/jni/ |
D | jpegutil.h | 34 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/ |
D | fast_trigonometry.inl | 122 T sgn = sign(y) * sign(x); local
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | fast_trigonometry.inl | 122 T sgn = sign(y) * sign(x); local
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
H A D | b_tgamma.c | 304 int sgn = 1; in neg_gam() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/ |
H A D | etc_decoder.h | 223 int sgn = 1 - msb; in DecodeRGB() local
|
/aosp_15_r20/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoCarousel.java | 227 public void flip(float sgn) { in flip()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | RangeFactories.cu | 236 int64_t sgn = (xstep > 0) - (xstep < 0); in arange_cuda_out() local
|
H A D | IGammaKernel.cu | 249 int k, n, sgn; in _igam_helper_asymptotic_series() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | RangeFactories.cpp | 219 int64_t sgn = (xstep > 0) - (xstep < 0); in arange_out() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libc.cc | 240 int sgn = 1; in internal_simple_strtoll() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | range_dataset_op.cc | 66 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 D | vec256_complex_double.h | 145 Vectorized<c10::complex<double>> sgn() const { in sgn() function
|
H A D | vec256_complex_float.h | 180 Vectorized<c10::complex<float>> sgn() const { in sgn() function
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_tex.c | 57 nir_def *sgn = in build_cube_select() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 3490 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 D | printf.c | 250 char sgn; in print_number() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/ |
H A D | vec512_complex_double.h | 203 Vectorized<c10::complex<double>> sgn() const { in sgn() function
|