Home
last modified time | relevance | path

Searched defs:sign (Results 676 - 700 of 743) sorted by relevance

1...<<21222324252627282930

/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2984 Register sign = result_reg; in Generate_DoubleToI() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h84 sign = negative, enumerator
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc3036 Register sign = result_reg; in Generate_DoubleToI() local
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h95 sign = negative, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c466 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 DsljitNativeARM_32.c1808 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 DsljitNativeX86_common.c1227 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 DvktSpvAsm16bitStorageTests.cpp4391 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 DvktTransformFeedbackFuzzLayoutCase.cpp927 const int sign = rnd.getBool() ? +1 : -1; in generateValue() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp99 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 Dmathtest.c490 int sign, carry; in calc_error() local
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c1335 FT_Int32 sign; in TT_MulFix14() local
/third_party/python/Lib/test/
H A Dtest_statistics.py31 def sign(x): function
[all...]
/third_party/python/Objects/
H A Dbytesobject.c648 int sign; in _PyBytes_FormatEx() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs363 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 DvktPipelineSamplerTests.cpp1572 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 DvktSpvAsm16bitStorageTests.cpp4389 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 DvktTransformFeedbackFuzzLayoutCase.cpp927 const int sign = rnd.getBool() ? +1 : -1; in generateValue() local
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp299 const char* sign = "+"; in TestWallyWedel() local
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp3469 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 Dssl_server2.c3111 mbedtls_ssl_async_sign_t *sign = NULL; main() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1329 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 Dsp_tex_sample.c3266 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 DdecNumber.cpp3469 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 Dzic.c1080 int mm, ss, sign; in gethms() local

Completed in 112 milliseconds

1...<<21222324252627282930