Searched defs:y_sign (Results 1 – 5 of 5) sorted by relevance
101 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render() local
63 const v128_t y_sign = wasm_i32x4_shr(y, 31); in xnn_qs8_requantize_gemmlowp__wasmsimd() local
63 const v128_t y_sign = wasm_i32x4_shr(y, 31); in xnn_qu8_requantize_gemmlowp__wasmsimd() local
241 bool y_sign = y_bits.sign().is_neg(); variable
3004 LLVMValueRef y_sign = LLVMBuildXor(b, y_combine, sign_bit, "y_sign"); in lp_build_sin_or_cos() local