| /third_party/node/deps/v8/src/builtins/loong64/ |
| H A D | builtins-loong64.cc | 2984 Register sign = result_reg; in Generate_DoubleToI() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.h | 84 sign = negative, enumerator
|
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| H A D | builtins-riscv64.cc | 3036 Register sign = result_reg; in Generate_DoubleToI() local
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.h | 95 sign = negative, enumerator
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 466 uint64_t sign = (uint64_t)1 << (type.width - 1); lp_build_add() local 792 uint64_t sign = (uint64_t)1 << (type.width - 1); lp_build_sub() local 923 LLVMValueRef sign = lp_build_shr_imm(&bld, ab, wide_type.width - 1); lp_build_mul_norm() local 1771 LLVMValueRef sign; lp_build_sgn() local 1810 lp_build_set_sign(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef sign) lp_build_set_sign() argument 2377 LLVMValueRef sign; lp_build_iround() local [all...] |
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeARM_32.c | 1808 sljit_sw sign = IS_TYPE1_TRANSFER(flags) ? 0x1000 : 0x100; in emit_op_mem() local 3177 sljit_sw sign = max_offset >= 0xf00 ? 0x1000 : 0x100; update_mem_addr() local 3180 sljit_sw sign = 0x1000; update_mem_addr() local [all...] |
| H A D | sljitNativeX86_common.c | 1227 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() argument 1393 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_half() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 4391 const char* sign; in addGraphics16BitStorageInputOutputInt32To16Group() member 4528 const char* sign; in addGraphics16BitStorageInputOutputInt16To32Group() member 4653 const char* sign; in addGraphics16BitStorageInputOutputInt16To16Group() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 927 const int sign = rnd.getBool() ? +1 : -1; in generateValue() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | vtzone.cpp | 99 int32_t sign = 1; in parseAsciiDigits() local 297 int32_t sign = 0, hour = 0, min = 0, sec = 0; in offsetStrToMillis() local 454 int32_t sign = 1; in parseRRULE() local [all...] |
| /third_party/optimized-routines/math/test/ |
| H A D | mathtest.c | 490 int sign, carry; in calc_error() local
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttinterp.c | 1335 FT_Int32 sign; in TT_MulFix14() local
|
| /third_party/python/Lib/test/ |
| H A D | test_statistics.py | 31 def sign(x): function [all...] |
| /third_party/python/Objects/ |
| H A D | bytesobject.c | 648 int sign; in _PyBytes_FormatEx() local [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/x509/ |
| H A D | mod.rs | 363 pub fn sign<T>(&mut self, key: &PKeyRef<T>, hash: MessageDigest) -> Result<(), ErrorStack> in sign() functions 1457 pub fn sign<T>(&mut self, key: &PKeyRef<T>, hash: MessageDigest) -> Result<(), ErrorStack> in sign() functions
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineSamplerTests.cpp | 1572 const float sign = m_params.offsetSign.get(); DE_ASSERT(sign == 1.0f || sign == -1.0f); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 4389 const char* sign; in addGraphics16BitStorageInputOutputInt32To16Group() member 4526 const char* sign; in addGraphics16BitStorageInputOutputInt16To32Group() member 4651 const char* sign; in addGraphics16BitStorageInputOutputInt16To16Group() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 927 const int sign = rnd.getBool() ? +1 : -1; in generateValue() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtfmttst.cpp | 299 const char* sign = "+"; in TestWallyWedel() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | decNumber.cpp | 3469 uByte sign; /* rhs sign */ uprv_decNumberCopySign() local 7397 uByte sign=dn->bits&DECNEG; /* clean and save sign bit */ global() local [all...] |
| /third_party/mbedtls/programs/ssl/ |
| H A D | ssl_server2.c | 3111 mbedtls_ssl_async_sign_t *sign = NULL; main() local [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 1329 struct qreg sign = vir_AND(c, vir_SHR(c, f32, vir_uniform_ui(c, 16)), in f2f16_rtz() local
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 3266 const float sign = (rx >= 0.0F) ? 1.0F : -1.0F; in convert_cube() local 3275 const float sign = (ry >= 0.0F) ? 1.0F : -1.0F; in convert_cube() local 3284 const float sign = (rz >= 0.0F) ? 1.0F : -1.0F; in convert_cube() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | decNumber.cpp | 3469 uByte sign; /* rhs sign */ uprv_decNumberCopySign() local 7397 uByte sign=dn->bits&DECNEG; /* clean and save sign bit */ global() local [all...] |
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zic.c | 1080 int mm, ss, sign; in gethms() local
|