HomeSort by relevance Sort by last modified time
    Searched defs:temps (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
otp538u.cxx 53 upm::OTP538U *temps = new upm::OTP538U(0, 1, OTP538U_AREF); local
59 << temps->ambientTemperature()
60 << " C, Object temp: " << temps->objectTemperature()
69 delete temps;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
OTP538USample.java 42 upm_otp538u.OTP538U temps = new upm_otp538u.OTP538U(0, 1, OTP538U_AREF); local
45 System.out.println("Ambient temp: " + temps.ambientTemperature() + " C");
46 System.out.println("Object temp: " + temps.objectTemperature() + " C");
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 48 String [] temps = new String[] { "avi", "gif", "jpg", "dat", "mp3", "mp4", "txt" }; local
49 String tmpPath = createTempFiles(temps);
61 checkTempFiles(tmpPath, temps);
76 checkTempFiles(tmpPath, temps);
78 deleteTempFiles(tmpPath, temps);
  /external/v8/test/cctest/compiler/
test-instruction.cc 294 InstructionOperand temps[] = { local
302 for (size_t k = 0; k < arraysize(temps); k++) {
304 TestInstr::New(&zone, 101, i, outputs, j, inputs, k, temps);
318 CHECK(temps[z].Equals(*m->TempAt(z)));
  /external/libvncserver/test/
bmp.c 112 unsigned char *tempbuf=NULL; char temps[255], temps2[255]; local
119 if(!fgets(temps, 255, fs)) _throw("Read error");
120 if(strlen(temps)==0 || temps[0]=='\n') continue;
121 if(sscanf(temps, "%s", temps2)==1 && temps2[1]=='#') continue;
125 if((numread=sscanf(temps, "%d %d %d", w, h, &scalefactor))==EOF)
129 if((numread=sscanf(temps, "%d %d", h, &scalefactor))==EOF)
133 if((numread=sscanf(temps, "%d", &scalefactor))==EOF)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 79 std::vector<struct ureg_dst> temps; member in struct:sm4_to_tgsi_converter
115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
660 temps.push_back(ureg_DECL_temporary(ureg));
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
375 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
377 * The temps[] array above is unused then.
457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member in struct:lp_build_tgsi_aos_context
461 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
463 * The temps[] array above is unused then.
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member in struct:st_translate
172 if (ureg_dst_is_undef(t->temps[index]))
173 t->temps[index] = ureg_DECL_temporary( t->ureg );
175 return t->temps[index];
213 assert(index < Elements(t->temps));
214 if (ureg_dst_is_undef(t->temps[index]))
215 t->temps[index] = ureg_DECL_temporary( t->ureg );
216 return ureg_src(t->temps[index]);
    [all...]
st_glsl_to_tgsi.cpp 500 * sources into temps.
3892 struct ureg_dst temps[MAX_TEMPS]; member in struct:st_translate
    [all...]
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS9Attribute.java 614 DerOutputStream[] temps = new local
618 temps[i] = new DerOutputStream();
619 temps[i].putIA5String( values[i]);
621 temp.putOrderedSetOf(DerValue.tag_Set, temps);
664 DerOutputStream[] temps = new local
668 temps[i] = new DerOutputStream();
669 temps[i].putPrintableString(values[i]);
671 temp.putOrderedSetOf(DerValue.tag_Set, temps);
  /external/mesa3d/src/glsl/
linker.cpp 791 hash_table *temps)
796 hash_table *temps)
801 this->temps = temps;
807 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
833 hash_table *temps; member in class:remap_visitor
836 remap_visitor v(target, temps);
867 hash_table *temps = NULL; local
870 temps = hash_table_ctor(0, hash_table_pointer_hash,
892 hash_table_insert(temps, inst, var)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 1868 double temps[] = new double[2]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 538 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
833 mach->Addrs = &mach->Temps[TGSI_EXEC_TEMP_ADDR];
835 mach->Predicates = &mach->Temps[TGSI_EXEC_TEMP_P0];
844 mach->Temps[TGSI_EXEC_TEMP_00000000_I].xyzw[TGSI_EXEC_TEMP_00000000_C].u[i] = 0x00000000;
845 mach->Temps[TGSI_EXEC_TEMP_7FFFFFFF_I].xyzw[TGSI_EXEC_TEMP_7FFFFFFF_C].u[i] = 0x7FFFFFFF;
846 mach->Temps[TGSI_EXEC_TEMP_80000000_I].xyzw[TGSI_EXEC_TEMP_80000000_C].u[i] = 0x80000000;
847 mach->Temps[TGSI_EXEC_TEMP_FFFFFFFF_I].xyzw[TGSI_EXEC_TEMP_FFFFFFFF_C].u[i] = 0xFFFFFFFF; /* not used */
848 mach->Temps[TGSI_EXEC_TEMP_ONE_I].xyzw[TGSI_EXEC_TEMP_ONE_C].f[i] = 1.0f;
849 mach->Temps[TGSI_EXEC_TEMP_TWO_I].xyzw[TGSI_EXEC_TEMP_TWO_C].f[i] = 2.0f; /* not used */
850 mach->Temps[TGSI_EXEC_TEMP_128_I].xyzw[TGSI_EXEC_TEMP_128_C].f[i] = 128.0f
4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; local
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 441 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
442 size_t const temp_count = arraysize(temps);
446 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 557 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
558 size_t const temp_count = arraysize(temps);
562 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 286 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
287 size_t const temp_count = arraysize(temps);
291 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
555 InstructionOperand temps[] = {g.TempRegister(eax)}; local
558 g.UseUniqueRegister(node->InputAt(1)), arraysize(temps), temps);
564 InstructionOperand temps[] = {g.TempRegister(edx)}; local
567 g.UseUnique(node->InputAt(1)), arraysize(temps), temps);
573 InstructionOperand temps[] = {g.TempRegister(eax)} local
635 InstructionOperand temps[] = {g.TempRegister()}; local
653 InstructionOperand temps[] = {g.TempRegister()}; local
671 InstructionOperand temps[] = {g.TempRegister(edx)}; local
841 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
979 InstructionOperand temps[] = {g.TempRegister(eax)}; local
1097 InstructionOperand temps[] = {g.TempRegister()}; local
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 213 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
214 size_t const temp_count = arraysize(temps);
217 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
1477 InstructionOperand temps[] = {g.TempRegister()}; local
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 220 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
221 size_t const temp_count = arraysize(temps);
224 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 267 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
268 size_t const temp_count = arraysize(temps);
272 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
820 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
822 Emit(kPPC_MulPair, 2, outputs, 4, inputs, 2, temps);
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 258 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
259 size_t const temp_count = arraysize(temps);
263 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 224 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
225 size_t const temp_count = arraysize(temps);
229 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
851 InstructionOperand temps[] = {g.TempRegister(rax)}; local
855 g.UseUniqueRegister(right), arraysize(temps), temps);
861 InstructionOperand temps[] = {g.TempRegister(rdx)}; local
864 g.UseUniqueRegister(node->InputAt(1)), arraysize(temps), temps);
870 InstructionOperand temps[] = {g.TempRegister(rax)} local
1205 InstructionOperand temps[] = {g.TempRegister()}; local
1213 InstructionOperand temps[] = {g.TempRegister()}; local
1337 InstructionOperand temps[] = {g.TempRegister(rax)}; local
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 247 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; local
248 size_t const temp_count = arraysize(temps);
252 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
516 InstructionOperand temps[] = {g.TempRegister(eax)}; local
519 g.UseUniqueRegister(node->InputAt(1)), arraysize(temps), temps);
525 InstructionOperand temps[] = {g.TempRegister(edx)}; local
528 g.UseUnique(node->InputAt(1)), arraysize(temps), temps);
534 InstructionOperand temps[] = {g.TempRegister(eax)} local
596 InstructionOperand temps[] = {g.TempRegister()}; local
614 InstructionOperand temps[] = {g.TempRegister()}; local
632 InstructionOperand temps[] = {g.TempRegister(edx)}; local
960 InstructionOperand temps[] = {g.TempRegister(eax)}; local
1112 InstructionOperand temps[] = {g.TempRegister()}; local
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 409 UseScratchRegisterScope temps; local
412 temps.Open(masm);
413 temp = rd.IsSP() ? temps.AcquireSameSizeAs(rd) : rd;
713 UseScratchRegisterScope temps(this);
780 Register temp = temps.AcquireSameSizeAs(rn);
800 temps.Exclude(operand.reg());
801 Register temp = temps.AcquireSameSizeAs(rn);
866 UseScratchRegisterScope temps(this);
867 Register temp = temps.AcquireW();
944 UseScratchRegisterScope temps(this)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 952 tree temps; member in struct:gimplify_ctx
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.c 4075 __extension__ struct d_print_template temps[dpi.num_copy_templates]; local
    [all...]

Completed in 1106 milliseconds

1 2