/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 92 // "exceptZero", specifying whether to show the sign on negative numbers 471 // "currency/TWD .00 rounding-mode-half-up sign-accounting-always" OR in CurrencySignString() 472 // "currency/TWD .00 rounding-mode-half-up sign-accounting-except-zero" in CurrencySignString() 473 if (skeleton.indexOf("sign-accounting") >= 0) { in CurrencySignString() 552 // "currency/TWD .00 rounding-mode-half-up sign-never" in SignDisplayString() 553 if (skeleton.indexOf("sign-never") >= 0) { in SignDisplayString() 557 // ".### rounding-mode-half-up sign-always" or in SignDisplayString() 558 // "currency/TWD .00 rounding-mode-half-up sign-accounting-always" in SignDisplayString() 559 if (skeleton.indexOf("sign-always") >= 0 || in SignDisplayString() 560 skeleton.indexOf("sign in SignDisplayString() [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1445 int (*sign) (EVP_PKEY_CTX *ctx,
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 188 def sign(val): return val.applyUnary(glslSign) member in GenMath
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 188 def sign(val): return val.applyUnary(glslSign) member in GenMath
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 1115 BA1(sign) 1969 FI64(sign) in create_builtins() 5848 return mul(sign(x), in asin_expr() 5968 body.emit(ret(mul(sign(x), log(add(abs(x), sqrt(add(mul(x, x), in _asinh() 6016 UNOPA(sign, ir_unop_sign) 6494 body.emit(ret(sign(x))); in _normalize() 7711 * 1 sign bit; in _frexp() 7716 * exponent and sign bit (which itself may be zero, if the absolute value in _frexp() 7730 /* Since abs(x) ensures that the sign bit is zero, we don't need to bitcast in _frexp()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_soa.c | 726 assert(!uint_bld->type.sign); in get_indirect_index() 2742 /* TODO: change the comparison operator instead of setting the sign */ in emit_kill_if() 4424 res_type.sign = 1; in lp_build_tgsi_soa()
|
H A D | lp_bld_sample.c | 1259 assert(bld->type.sign); in lp_build_minify() 1810 * get absolute value (for x/y/z face selection) and sign bit in lp_build_cube_lookup() 2028 * skip the comparison and just use sign as a "mask" directly. in lp_build_cube_lookup()
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 325 virtual DisassemblerStream& operator<<(Sign sign) { in operator <<() argument 326 os_ << sign; in operator <<() local
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 4257 char sign = is_negative? '-' : '+'; local 4262 snprintf(latitude_str, 5, "%c%.2d.", sign, whole_part); 4274 sign = is_negative? '-' : '+'; 4279 snprintf(longitude_str, 6, "%c%.3d.", sign, whole_part);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 2127 // safely (and fast by doing an arithmetic - aka sign preserving - in LowerCheckedInt32Div() 2912 // Shift sign bit into BigInt's sign bit position. in LowerChangeInt64ToBigInt() 2913 Node* sign = in LowerChangeInt64ToBigInt() local 2916 __ Word32Or(__ Int32Constant(BigInt::LengthBits::encode(1)), sign); in LowerChangeInt64ToBigInt() 2962 Node* sign = in LowerTruncateBigIntToWord64() local 2964 __ GotoIf(__ Word32Equal(sign, __ Int32Constant(1)), &if_neg); in LowerTruncateBigIntToWord64() 3286 // to make do with constructing the -0.0 bits manually (by setting the sign bit 4627 // First sign-extend the upper half, then shift away the Smi tag. in ChangeSmiToIntPtr()
|
H A D | simplified-lowering.cc | 1737 // mode of the {truncation}; and for modulus the sign of the in VisitSpeculativeNumberModulus() 1790 // mode of the {truncation}; and for modulus the sign of the in VisitSpeculativeNumberModulus() 2599 // mode of the {truncation}; and for modulus the sign of the in VisitNode() 2978 // sign. This is done by shifting the value left and then back in VisitNode() 4620 // let sign = input >> 31 in in Int32Abs() 4621 // (input ^ sign) - sign in Int32Abs() 4623 Node* sign = graph()->NewNode(machine()->Word32Sar(), input, in Int32Abs() local 4626 graph()->NewNode(machine()->Word32Xor(), input, sign), in Int32Abs() 4627 sign); in Int32Abs() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 3139 const char sign = deSign(coord) < 0 ? '-' : '+'; 3144 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep; 3915 const char sign = deSign(coord) < 0 ? '-' : '+'; 3920 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12244 static T sign(T t); 12615 static T sign(T t) in sign() function 12678 const T result = sign(t) * result_value; in trunc() 12798 * - sign(); 14382 function, "sign", Math::sign, variable_type /* res_type */, variable_type /* arg_type */); in getFunctionObject() 15493 { "sign", FUNCTION_SIGN }, in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 2887 const char sign = deSign(coord) < 0 ? '-' : '+'; 2892 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep; 3663 const char sign = deSign(coord) < 0 ? '-' : '+'; 3668 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep;
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 636 * Sign extension may be applied using the sign_extend parameter. The position of the input sign 1287 /* Get the sign bit. */ 1288 Temp sign = bld.vop2(aco_opcode::v_and_b32, bld.def(v1), Operand::c32(0x80000000u), val_hi); 1295 Temp dst_hi = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), fract_hi, sign, exp_lt0); 3166 Temp sign = bld.vop2(aco_opcode::v_ashrrev_i32, bld.def(v1), Operand::c32(31u), src); 3183 lower = bld.vop2(aco_opcode::v_xor_b32, bld.def(v1), sign, lower); 3184 upper = bld.vop2(aco_opcode::v_xor_b32, bld.def(v1), sign, upper); 3186 borrow = bld.vsub32(Definition(new_lower), lower, sign, true).def(1).getTemp(); 3187 Temp new_upper = bld.vsub32(bld.def(v1), upper, sign, false, borrow); 3203 Temp sign [all...] |
/third_party/backends/backend/ |
H A D | mustek.c | 1802 SANE_Int max, code, sign = 0; in encode_percentage() local 1814 sign = 0x80; in encode_percentage() 1817 code |= sign; in encode_percentage()
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 3892 int sign; 3896 &sign, &size, reinterpret_cast<uint64_t*>(&tag)); 3897 if (sign == 0) {
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 923 // operands have the same sign in OverflowFrom() 925 // and operands and result have different sign in OverflowFrom() 5111 #define VECTOR_FP_QF(type, sign) \ in ExecuteGeneric() 5117 type reuslt = sign * ((sign * b_val) + (a_val * t_val)); \ in ExecuteGeneric()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 1619 CHECK_IMPLIES(is_zero(), !sign()); // There is no -0n. in BigIntBaseVerify()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 2014 int (*sign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 2012 int (*sign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/ffmpeg/libavcodec/ |
H A D | vp9.c | 365 // The sign bit is at the end, not the start, of a bit sequence 413 * times two where the value of the lowest bit specifies the sign, and in update_prob() 1040 s->prob.p.mv_comp[i].sign = in decode_frame_header()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 84 sign = negative, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 3026 certs = p7->d.sign->cert; in crypto_pkcs7_get_certificates()
|