Home
last modified time | relevance | path

Searched refs:vals (Results 176 - 189 of 189) sorted by relevance

12345678

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1563 Node* WasmGraphBuilder::Return(base::Vector<Node*> vals) { in Return() argument
1564 unsigned count = static_cast<unsigned>(vals.size()); in Return()
1569 memcpy(buf.data() + 1, vals.begin(), sizeof(void*) * count); in Return()
3550 Node* vals[] = {to->field, from->field, merge}; \ in NewInstanceCacheMerge()
3551 to->field = graph()->NewNode(mcgraph()->common()->Phi(rep, 2), 3, vals); \ in NewInstanceCacheMerge()
3923 void WasmGraphBuilder::TraceFunctionExit(base::Vector<Node*> vals, in TraceFunctionExit() argument
3926 size_t num_returns = vals.size(); in TraceFunctionExit()
3934 Int32Constant(0), vals[0]); in TraceFunctionExit()
H A Dwasm-compiler.h343 void TraceFunctionExit(base::Vector<Node*> vals,
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h1141 const float* m = &matrix->vals[0][0]; in exec_ops()
1154 const float* m = &matrix->vals[0][0]; in exec_ops()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3245 uint64_t vals[2]; in emit_s128_const() local
3246 memcpy(vals, imms, sizeof(vals)); in emit_s128_const()
3247 TurboAssembler::Move(dst.fp(), vals[0]); in emit_s128_const()
3249 uint64_t high = vals[1]; in emit_s128_const()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h3865 uint64_t vals[2];
3866 memcpy(vals, imms, sizeof(vals));
3867 vmov(dst.low_fp(), base::Double(vals[0]));
3868 vmov(dst.high_fp(), base::Double(vals[1]));
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2841 uint64_t vals[2]; in emit_s128_const() local
2842 memcpy(vals, imms, sizeof(vals)); in emit_s128_const()
2843 TurboAssembler::Move(dst.fp(), vals[1], vals[0]); in emit_s128_const()
/third_party/python/Lib/test/
H A Dtest_decimal.py373 vals = []
409 vals.append(v)
417 funct(*vals)
432 funct(*vals)
448 result = str(funct(*vals))
H A Dtest_bytes.py718 def check(fmt, vals, result):
720 b = b % vals
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp4020 Temp* const vals = (Temp*)alloca(info.dst.bytes() * sizeof(Temp));
4171 vals[num_vals++] = val;
4184 if (vals[i].type() == RegType::vgpr)
4186 tmp_size += vals[i].bytes();
4187 tmp[num_tmps++] = vals[i++];
10431 aco_ptr<Instruction>& header_phi, Operand* vals)
10433 vals[0] = Operand(header_phi->definitions[0].getTemp());
10434 RegClass rc = vals[0].regClass();
10443 vals[idx - first] = vals[id
[all...]
/third_party/python/Modules/
H A D_datetimemodule.c815 int *vals[3] = {hour, minute, second}; in parse_hh_mm_ss_ff() local
821 p = parse_digits(p, vals[i], 2); in parse_hh_mm_ss_ff()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4077 void VPrintf(const std::vector<Value *> &vals) in VPrintf() argument
4083 jit->builder->CreateCall(func, V(vals)); in VPrintf()
H A DSubzeroReactor.cpp874 void VPrintf(const std::vector<Value *> &vals)
876 sz::Call(::function, ::basicBlock, Ice::IceType_i32, reinterpret_cast<const void *>(rr::DebugPrintf), V(vals), true);
/third_party/glfw/deps/
H A Dnuklear.h9476 nk_draw_vertex_color(void *attr, const float *vals, in nk_draw_vertex_color() argument
9485 val[0] = NK_SATURATE(vals[0]); in nk_draw_vertex_color()
9486 val[1] = NK_SATURATE(vals[1]); in nk_draw_vertex_color()
9487 val[2] = NK_SATURATE(vals[2]); in nk_draw_vertex_color()
9488 val[3] = NK_SATURATE(vals[3]); in nk_draw_vertex_color()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 119 milliseconds

12345678