Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 1710) sorted by relevance

12345678910>>...69

/third_party/boost/libs/iostreams/test/
Dfile_descriptor_test.cpp118 temp_file temp; in file_descriptor_test() local
133 temp_file temp; in file_descriptor_test() local
148 temp_file temp; in file_descriptor_test() local
163 temp_file temp; in file_descriptor_test() local
178 temp_file temp; in file_descriptor_test() local
271 temp_file temp; in file_descriptor_test() local
285 temp_file temp; in file_descriptor_test() local
366 temp_file temp; in file_descriptor_test() local
390 temp_file temp; in file_descriptor_test() local
414 temp_file temp; in file_descriptor_test() local
[all …]
Dseekable_file_test.cpp25 temp_file temp; in seekable_file_test() local
38 temp_file temp; in seekable_file_test() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/third_party/spirv-tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/third_party/boost/libs/geometry/index/example/
Dbenchmark_experimental.cpp152 size_t temp = 0; in main() local
183 size_t temp = 0; in main() local
198 size_t temp = 0; in main() local
215 size_t temp = 0; in main() local
232 size_t temp = 0; in main() local
249 size_t temp = 0; in main() local
269 size_t temp = 0; in main() local
285 size_t temp = 0; in main() local
303 size_t temp = 0; in main() local
333 size_t temp = 0; in main() local
[all …]
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxelement.c48 GType temp = g_enum_register_static ("GstOnnxOptimizationLevel", in gst_onnx_optimization_level_get_type() local
72 GType temp = g_enum_register_static ("GstOnnxExecutionProvider", in gst_onnx_execution_provider_get_type() local
97 GType temp = g_enum_register_static ("GstMlModelInputImageFormat", in gst_ml_model_input_image_format_get_type() local
/third_party/typescript/tests/baselines/reference/
DexponentiationOperatorWithInvalidSimpleUnaryExpressionOperands.js2 var temp: any; variable
40 var temp; variable
DexponentiationOperatorSyntaxError2.js3 var temp: any; variable
72 var temp; variable
DemitExponentiationOperator4.js2 var temp: any; variable
41 var temp; variable
DimplicitAnyInCatch.js9 public temp() { method in C
27 C.prototype.temp = function () { method in C
DdestructuringParameterDeclaration4.js28 var temp = [1, 2, 3]; variable
30 constructor(public ...temp) { } // Error, rest parameter can't have properties
84 var temp = [1, 2, 3]; variable
/third_party/icu/icu4c/source/test/intltest/
Dsrchtest.cpp470 UChar temp[128]; in assertEqual() local
527 UChar temp[128]; in assertCanonicalEqual() local
580 UChar temp[128]; in assertEqualWithAttribute() local
629 UnicodeString temp("a"); in TestOpenClose() local
744 UnicodeString temp("a"); in TestInitialization() local
873 UChar temp[128]; in TestBreakIterator() local
1006 UChar temp[128]; in TestOverlap() local
1050 UChar temp[128]; in TestCollator() local
1114 UChar temp[512]; in TestPattern() local
1210 UChar temp[128]; in TestText() local
[all …]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c73 char temp[2048], compact[2048]; in test_jwe_a1() local
289 char temp[2048]; in test_jwe_a2() local
495 char temp[4096], compact[4096]; in test_jwe_ra_ptext_1024() local
623 char temp[4096], compact[4096]; in test_jwe_r256a192_ptext() local
755 char temp[4096], compact[4096]; in test_jwe_r256a256_ptext() local
1049 char temp[2048]; in test_jwe_r256a128_jwe_openssl() local
1140 char temp[2048]; in test_jwe_r256a128_jwe_mbedtls() local
1231 char temp[2048]; in test_jwe_a3() local
1639 char temp[2048], *p; in test_jwa_c() local
1788 char temp[3072], compact[2048]; in test_ecdhes_t1() local
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvasprintf.c31 char *temp = ta; in vasprintf_0100() local
52 char *temp = ta; in vasprintf_0200() local
73 char *temp = ta; in vasprintf_0300() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_coalesce_ff_writes.c48 uint32_t temp = inst->src[i].index; in qir_opt_coalesce_ff_writes() local
66 uint32_t temp = mov_inst->src[0].index; in qir_opt_coalesce_ff_writes() local
Dvc4_opt_vpm.c51 uint32_t temp = inst->src[i].index; in qir_opt_vpm() local
77 uint32_t temp = inst->src[j].index; in qir_opt_vpm() local
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/kernels/nnacl/int8/
Dquant_dtype_cast_int8.c46 int temp = round(real_values[i] * inverse_scale + zp); in DoQuantizeFp32ToInt8() local
78 float temp = (float)round(real_values[i] * 1.0 / scale + zp); in DoQuantizeFp32ToUInt8() local
97 int temp = quant_values[i] + 128; in Int8ToUInt8() local
115 int temp = real_values[i] - 128; in UInt8ToInt8() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dquant_dtype_cast_int8.c46 int temp = round(real_values[i] * inverse_scale + zp); in DoQuantizeFp32ToInt8() local
78 float temp = (float)round(real_values[i] * 1.0 / scale + zp); in DoQuantizeFp32ToUInt8() local
97 int temp = quant_values[i] + 128; in Int8ToUInt8() local
115 int temp = (int)real_values[i] - 128; in UInt8ToInt8() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c378 unsigned temp = sdata[c]; in handle_op_uint() local
385 unsigned temp = sdata[c]; in handle_op_uint() local
395 unsigned temp = sdata[c]; in handle_op_uint() local
402 unsigned temp = sdata[c]; in handle_op_uint() local
409 unsigned temp = sdata[c]; in handle_op_uint() local
416 unsigned temp = sdata[c]; in handle_op_uint() local
494 int temp = sdata[c]; in handle_op_int() local
501 int temp = sdata[c]; in handle_op_int() local
511 int temp = sdata[c]; in handle_op_int() local
518 int temp = sdata[c]; in handle_op_int() local
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcg7coll.c204 UChar temp[sizeof(rules)]; in TestDemo1() local
235 UChar temp[sizeof(rules)]; in TestDemo2() local
264 UChar temp[sizeof(rules)]; in TestDemo3() local
294 UChar temp[sizeof(rules)]; in TestDemo4() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dwhitespace_tokenizer_op.cc44 std::string temp(str.substr(start, len)); in Tokenize() local
58 std::string temp(str.substr(start, len)); in Tokenize() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_tex.c63 unsigned temp = rc_find_free_temporary(&compiler->Base); in scale_texcoords() local
86 unsigned temp = rc_find_free_temporary(&compiler->Base); in projective_divide() local
302 unsigned temp = rc_find_free_temporary(c); in radeonTransformTEX() local
411 unsigned temp = rc_find_free_temporary(c); in radeonTransformTEX() local
/third_party/pulseaudio/src/pulsecore/
Dsconv_sse.c39 pa_reg_x86 temp, i; in pa_sconv_s16le_from_f32ne_sse() local
104 pa_reg_x86 temp, i; in pa_sconv_s16le_from_f32ne_sse2() local
/third_party/libsnd/src/GSM610/
Dlpc.c30 int16_t temp, smax, scalauto ; in Autocorrelation() local
177 register int16_t temp ; in Reflection_coefficients() local
249 register int16_t temp ; in Transformation_to_Log_Area_Ratios() local
284 register int16_t temp ; in Quantization_and_coding() local

12345678910>>...69