Home
last modified time | relevance | path

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

12345678910>>...58

/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/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/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/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/
DexponentiationOperatorSyntaxError2.js3 var temp: any; variable
72 var temp; variable
DemitExponentiationOperator4.js2 var temp: any; variable
41 var temp; variable
DexponentiationOperatorWithInvalidSimpleUnaryExpressionOperands.js2 var temp: any; variable
40 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/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/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/broadcom/compiler/
Dvir_register_allocate.c42 temp_to_node(uint32_t temp) in temp_to_node()
56 uint32_t temp) in get_temp_class_bits()
63 uint32_t temp, uint8_t class_bits) in set_temp_class_bits()
84 choose_reg_class_for_temp(struct v3d_compile *c, uint32_t temp) in choose_reg_class_for_temp()
128 vir_is_mov_uniform(struct v3d_compile *c, int temp) in vir_is_mov_uniform()
166 can_reconstruct_temp(struct v3d_compile *c, int temp) in can_reconstruct_temp()
215 get_spill_type_for_temp(struct v3d_compile *c, int temp) in get_spill_type_for_temp()
253 int temp = inst->src[i].index; in v3d_choose_spill_node() local
271 int temp = inst->dst.index; in v3d_choose_spill_node() local
340 add_node(struct v3d_compile *c, uint32_t temp, uint8_t class_bits) in add_node()
[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/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/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
301 unsigned temp = rc_find_free_temporary(c); in radeonTransformTEX() local
410 unsigned temp = rc_find_free_temporary(c); in radeonTransformTEX() local
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c249 uint32_t temp; in xhci_reset_command_queue_locked() local
313 uint32_t temp; in xhci_start_controller() local
467 uint32_t temp; in xhci_halt_controller() local
497 uint32_t temp = 0; in xhci_reset_controller() local
524 uint32_t temp; in xhci_init() local
862 uint32_t temp; in xhci_check_transfer() local
1043 uint32_t temp; in xhci_interrupt_poll() local
1131 uint32_t temp; in xhci_do_command() local
1272 uint32_t temp; in xhci_cmd_enable_slot() local
1297 uint32_t temp; in xhci_cmd_disable_slot() local
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_msa.c336 uint8_t temp[3 * 16] = { 0 }; in YuvToRgbLine() local
342 uint8_t temp[3 * 8] = { 0 }; in YuvToRgbLine() local
363 uint8_t temp[3 * 16] = { 0 }; in YuvToBgrLine() local
369 uint8_t temp[3 * 8] = { 0 }; in YuvToBgrLine() local
392 uint8_t temp[4 * 16] = { 0 }; in YuvToRgbaLine() local
398 uint8_t temp[4 * 8] = { 0 }; in YuvToRgbaLine() local
420 uint8_t temp[4 * 16] = { 0 }; in YuvToBgraLine() local
426 uint8_t temp[4 * 8] = { 0 }; in YuvToBgraLine() local
449 uint8_t temp[4 * 16] = { 0 }; in YuvToArgbLine() local
455 uint8_t temp[4 * 8] = { 0 }; in YuvToArgbLine() local
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_msa.c336 uint8_t temp[3 * 16] = { 0 }; in YuvToRgbLine() local
342 uint8_t temp[3 * 8] = { 0 }; in YuvToRgbLine() local
363 uint8_t temp[3 * 16] = { 0 }; in YuvToBgrLine() local
369 uint8_t temp[3 * 8] = { 0 }; in YuvToBgrLine() local
392 uint8_t temp[4 * 16] = { 0 }; in YuvToRgbaLine() local
398 uint8_t temp[4 * 8] = { 0 }; in YuvToRgbaLine() local
420 uint8_t temp[4 * 16] = { 0 }; in YuvToBgraLine() local
426 uint8_t temp[4 * 8] = { 0 }; in YuvToBgraLine() local
449 uint8_t temp[4 * 16] = { 0 }; in YuvToArgbLine() local
455 uint8_t temp[4 * 8] = { 0 }; in YuvToArgbLine() local
[all …]
/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
/third_party/mesa3d/src/intel/compiler/
Dtest_vec4_register_coalesce.cpp141 dst_reg temp = dst_reg(v, glsl_type::float_type); in TEST_F() local
160 dst_reg temp = dst_reg(v, glsl_type::vec4_type); in TEST_F() local
193 dst_reg temp = dst_reg(v, glsl_type::float_type); in TEST_F() local
211 dst_reg temp = dst_reg(v, glsl_type::float_type); in TEST_F() local
237 dst_reg temp = dst_reg(v, glsl_type::float_type); in TEST_F() local
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dstructures.c63 struct SPDY_NameValue *temp; in SPDY_name_value_add() local
194 struct SPDY_NameValue *temp = container; in SPDY_name_value_lookup() local
221 struct SPDY_NameValue *temp = container; in SPDY_name_value_destroy() local
243 struct SPDY_NameValue *temp = container; in SPDY_name_value_iterate() local
465 int32_t temp; in SPDYF_name_value_to_stream() local
/third_party/libwebsockets/lib/jose/jws/
Djws.c59 char *temp; member
140 char *temp, int *temp_len) in lws_jws_json_parse()
192 lws_jws_dup_element(struct lws_jws_map *map, int idx, char *temp, int *temp_len, in lws_jws_dup_element()
213 char *temp, int *temp_len, const void *in, in lws_jws_encode_b64_element()
235 int idx, char *temp, int *temp_len, size_t random_len, in lws_jws_randomize_element()
258 lws_jws_alloc_element(struct lws_jws_map *map, int idx, char *temp, in lws_jws_alloc_element()
449 char temp[256]; in lws_jws_sig_confirm() local
673 char *temp, int *temp_len) in lws_jws_sig_confirm_compact_b64_map()
694 char *temp, int *temp_len) in lws_jws_sig_confirm_compact_b64()
713 struct lws_context *context, char *temp, in lws_jws_sig_confirm_compact()
[all …]

12345678910>>...58