Home
last modified time | relevance | path

Searched defs:temp (Results 1501 - 1525 of 1570) sorted by relevance

1...<<616263

/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc5075 int8_t temp[kSimd128Size] = {0}; in ExecuteGeneric() local
5149 int32_t temp = vra_val * vrb_val; in ExecuteGeneric() local
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc627 SimVRegister temp; in cmp() local
686 SimVRegister temp; in mla() local
695 SimVRegister temp; in mls() local
714 SimVRegister temp; in mul() local
722 SimVRegister temp; mla() local
730 SimVRegister temp; mls() local
738 SimVRegister temp; smull() local
747 SimVRegister temp; smull2() local
756 SimVRegister temp; umull() local
765 SimVRegister temp; umull2() local
774 SimVRegister temp; smlal() local
783 SimVRegister temp; smlal2() local
792 SimVRegister temp; umlal() local
801 SimVRegister temp; umlal2() local
810 SimVRegister temp; smlsl() local
819 SimVRegister temp; smlsl2() local
828 SimVRegister temp; umlsl() local
837 SimVRegister temp; umlsl2() local
846 SimVRegister temp; sqdmull() local
855 SimVRegister temp; sqdmull2() local
864 SimVRegister temp; sqdmlal() local
873 SimVRegister temp; sqdmlal2() local
882 SimVRegister temp; sqdmlsl() local
891 SimVRegister temp; sqdmlsl2() local
900 SimVRegister temp; sqdmulh() local
908 SimVRegister temp; sqrdmulh() local
1342 SimVRegister temp; shl() local
1412 SimVRegister temp; sqshl() local
1420 SimVRegister temp; uqshl() local
1428 SimVRegister temp; sqshlu() local
1459 SimVRegister temp; ushr() local
1467 SimVRegister temp; sshr() local
1474 SimVRegister temp; ssra() local
1481 SimVRegister temp; usra() local
1488 SimVRegister temp; srsra() local
1495 SimVRegister temp; ursra() local
1850 SimVRegister temp; saba() local
1860 SimVRegister temp; uaba() local
2110 SimVRegister temp; shrn() local
2119 SimVRegister temp; shrn2() local
2128 SimVRegister temp; rshrn() local
2137 SimVRegister temp; rshrn2() local
2251 SimVRegister temp; sqshrn() local
2260 SimVRegister temp; sqshrn2() local
2269 SimVRegister temp; sqrshrn() local
2278 SimVRegister temp; sqrshrn2() local
2287 SimVRegister temp; sqshrun() local
2296 SimVRegister temp; sqshrun2() local
2305 SimVRegister temp; sqrshrun() local
2314 SimVRegister temp; sqrshrun2() local
2344 SimVRegister temp; uaddw() local
2353 SimVRegister temp; uaddw2() local
2382 SimVRegister temp; saddw() local
2391 SimVRegister temp; saddw2() local
2420 SimVRegister temp; usubw() local
2429 SimVRegister temp; usubw2() local
2458 SimVRegister temp; ssubw() local
2467 SimVRegister temp; ssubw2() local
2676 SimVRegister temp; sqdmlal() local
2684 SimVRegister temp; sqdmlal2() local
2692 SimVRegister temp; sqdmlsl() local
2700 SimVRegister temp; sqdmlsl2() local
2708 SimVRegister temp; sqdmull() local
2716 SimVRegister temp; sqdmull2() local
2757 SimVRegister temp; addhn() local
2758 add(VectorFormatDoubleWidth(vform), temp, src1, src2); addhn() local
2766 SimVRegister temp; addhn2() local
2775 SimVRegister temp; raddhn() local
2776 add(VectorFormatDoubleWidth(vform), temp, src1, src2); raddhn() local
2784 SimVRegister temp; raddhn2() local
2793 SimVRegister temp; subhn() local
2794 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); subhn() local
2802 SimVRegister temp; subhn2() local
2811 SimVRegister temp; rsubhn() local
2812 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); rsubhn() local
2820 SimVRegister temp; rsubhn2() local
3280 SimVRegister temp; fnmul() local
3446 SimVRegister temp; fcmp_zero() local
3582 SimVRegister temp; fabd() local
3669 SimVRegister temp; fmul() local
3685 SimVRegister temp; fmla() local
3701 SimVRegister temp; fmls() local
3717 SimVRegister temp; fmulx() local
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2702 double temp; in DecodeTypeRegisterSRsType() local
3077 double result, temp, temp_result; in DecodeTypeRegisterDRsType() local
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2694 double result, temp, temp_result; in DecodeTypeRegisterDRsType() local
3182 double temp; in DecodeTypeRegisterSRsType() local
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc4008 int8_t temp[kSimd128Size] = {0}; in EVALUATE() local
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1936 Variable* temp = NewTemporary(ast_value_factory()->empty_string()); in RewriteReturn() local
2236 Variable* temp = NewTemporary(ast_value_factory()->dot_for_string()); DesugarBindingInForEachStatement() local
2324 Variable* temp = NewTemporary(temp_name); DesugarLexicalBindingsInForStatement() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h896 Register temp = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicOp32() local
1231 Register temp = liftoff::CalculateActualAddress( in AtomicI64CompareExchange() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h217 VRegister temp = scope.AcquireV(kFormatS); in EmitAnyTrue() local
227 VRegister temp = scope.AcquireV(ScalarFormatFromFormat(format)); in EmitAllTrue() local
653 Register temp = temps.AcquireX(); in AtomicBinop() local
2526 VRegister temp = dst.fp(); emit_i8x16_shuffle() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2214 LLVMValueRef temp; in lp_build_sample_aniso() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4401 char buf[512], *temp = NULL; in zink_emit_string_marker() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c3420 union tgsi_double_channel temp; in store_double_channel() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1503 LLVMValueRef test, temp; in generate_clipmask() local
2316 LLVMValueRef temp = LLVMBuildLoad2(builder, blduivec.vec_type, clipmask_bool_ptr, ""); draw_llvm_generate() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c853 struct ureg_dst temp = ntt_temp(c); in ntt_setup_inputs() local
1675 struct ureg_dst temp = ntt_temp(c); in ntt_emit_alu() local
2047 struct ureg_dst temp = ureg_dst_undef(); in ntt_emit_image_load_store() local
2421 struct ureg_dst temp = ureg_writemask(ntt_temp(c), 1); ntt_emit_intrinsic() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c3013 PCRE2_SIZE temp = offsets[0]; in pcre2grep() local
3073 PCRE2_SIZE temp = offsets[0]; in pcre2grep() local
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c390 struct pollfd *temp; in defer_cb() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp4769 unsigned int temp = n_layer * 6 /* layer-faces per layer */ + n_face; in getReferenceColor() local
5433 char temp[1024]; in initIterationSpecificProgramObject() local
H A Dgl4cCopyImageTests.cpp5034 GLuint temp = 0; in iterate() local
5161 GLuint temp = 0; in iterate() local
5339 GLuint temp = 0; in iterate() local
5512 GLuint temp in iterate() local
5661 GLuint temp = 0; iterate() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp6250 const decNumber *temp=lhs; local
6709 Unit temp; local
6943 uInt temp; /* .. */ local
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2861 SpvId temp = this->writeBinaryOperation(type, type, result, one, SpvOpFAdd, in writePostfixExpression() local
2867 SpvId temp = this->writeBinaryOperation(type, type, result, one, SpvOpFSub, in writePostfixExpression() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp2911 EncodeFPDelta(uint8 *buffer, uint8 *temp, int32 cols, int32 channels, int32 bytesPerSample) EncodeFPDelta() argument
[all...]
/third_party/python/Objects/
H A Dlongobject.c3201 { PyLongObject *temp = a; a = b; b = temp; } in x_add() local
3237 { PyLongObject *temp = a; a = b; b = temp; } in x_sub() local
3251 { PyLongObject *temp = a; a = b; b = temp; } in x_sub() local
3900 PyLongObject *temp; in l_divmod() local
3949 PyLongObject *temp; l_mod() local
4376 PyLongObject *temp = NULL; long_pow() local
5495 PyObject *twice_rem, *result, *temp; _PyLong_DivmodNear() local
5594 PyObject *temp, *result, *ndigits; int___round___impl() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1571 const UVec4 temp = reference.getPixelUint(imageSize.x()-1-x, y, z); in iterate() local
1577 const Vec4 temp = reference.getPixel(imageSize.x()-1-x, y, z); in iterate() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp434 static bool temp = true; in AccessBackward() local
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c3216 uint8_t temp; in matroska_parse_laces() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c84 UChar temp[90]; in IncompleteCntTest() local

Completed in 163 milliseconds

1...<<616263