Home
last modified time | relevance | path

Searched defs:x_sign (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dtanpif16.cpp51 bool x_sign = x_u >> 15; variable
H A Dasinhf.cpp49 double x_sign = SIGN[x_u >> 31]; variable
H A Dsincosf.cpp160 bool x_sign = x < 0; variable
H A Dtanf.cpp46 bool x_sign = xbits.uintval() >> 31; variable
H A Dacosf.cpp44 uint32_t x_sign = x_uint >> 31; variable
H A Dasinf.cpp51 uint32_t x_sign = x_uint >> 31; variable
H A Datan2.cpp213 bool x_sign = x_bits.sign().is_neg(); variable
H A Datan2f.cpp241 bool x_sign = x_bits.sign().is_neg(); variable
H A Dpow.cpp204 bool x_sign = xbits.sign() == Sign::NEG; variable
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dview-cairo.hh100 int x_sign = font_opts->font_size_x < 0 ? -1 : +1; in render() local
/aosp_15_r20/external/XNNPACK/src/qu8-requantization/
H A Dgemmlowp-wasmsimd.c62 const v128_t x_sign = wasm_i32x4_shr(x, 31); in xnn_qu8_requantize_gemmlowp__wasmsimd() local
/aosp_15_r20/external/XNNPACK/src/qs8-requantization/
H A Dgemmlowp-wasmsimd.c62 const v128_t x_sign = wasm_i32x4_shr(x, 31); in xnn_qs8_requantize_gemmlowp__wasmsimd() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c714 nir_def *x_sign = NULL; in lower_2f() local
832 nir_def *x_sign = NULL; in lower_f2() local
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c3050 int x_sign, n_sign; in mpd_qscaleb() local