Searched refs:temp (Results 101 - 125 of 1594) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calc_math.c113 float temp; local
117 temp = dcn_bw_pow(a, (int)(exp / 2));
119 return temp * temp;
122 return a * temp * temp;
124 return (temp * temp) / a;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopt-gather.awk28 temp = ARRAY[j]
30 ARRAY[j-1] = temp
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopt-gather.awk28 temp = ARRAY[j]
30 ARRAY[j-1] = temp
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dmisc.c336 HIST_ENTRY *temp; local
338 temp = current_history ();
340 if (temp && ((UNDO_LIST *)(temp->data) != rl_undo_list))
342 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
343 xfree (temp->line);
344 FREE (temp->timestamp);
345 xfree (temp);
540 HIST_ENTRY *temp; local
554 temp
578 HIST_ENTRY *old_temp, *temp; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dmisc.c334 HIST_ENTRY *temp; local
336 temp = current_history ();
338 if (temp && ((UNDO_LIST *)(temp->data) != rl_undo_list))
340 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
341 xfree (temp->line);
342 FREE (temp->timestamp);
343 xfree (temp);
551 HIST_ENTRY *temp; local
565 temp
589 HIST_ENTRY *old_temp, *temp; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.c73 temp = LHS - GetLS7RHS (state, instr); \
74 if (StoreHalfWord (state, instr, temp)) \
75 LSBase = temp;
83 temp = LHS + GetLS7RHS (state, instr); \
84 if (StoreHalfWord (state, instr, temp)) \
85 LSBase = temp;
92 temp = lhs - GetLS7RHS (state, instr); \
98 LSBase = temp; \
102 LSBase = temp; \
106 LSBase = temp; \
1152 ARMword temp; /* Ubiquitous third hand. */ local
1507 ARMword temp; local
1543 ARMword temp = GetLS7RHS (state, instr); local
1569 ARMword temp = GetLS7RHS (state, instr); local
2252 ARMword temp; local
5540 ARMword dest, temp; local
5610 ARMword dest, temp; local
5718 ARMword temp; local
5805 ARMword temp; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmemu.c76 temp = LHS - GetLS7RHS (state, instr); \
77 if (StoreHalfWord (state, instr, temp)) \
78 LSBase = temp;
86 temp = LHS + GetLS7RHS (state, instr); \
87 if (StoreHalfWord (state, instr, temp)) \
88 LSBase = temp;
95 temp = lhs - GetLS7RHS (state, instr); \
101 LSBase = temp; \
105 LSBase = temp; \
109 LSBase = temp; \
1216 ARMword temp; /* Ubiquitous third hand. */ local
1571 ARMword temp; local
1607 ARMword temp = GetLS7RHS (state, instr); local
1633 ARMword temp = GetLS7RHS (state, instr); local
2316 ARMword temp; local
5607 ARMword dest, temp; local
5677 ARMword dest, temp; local
5785 ARMword temp; local
5872 ARMword temp; local
[all...]
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dfootnote.c106 FN *temp = xmalloc (sizeof (FN));
108 temp->marker = xstrdup (marker);
109 temp->note = xstrdup (note);
110 temp->next = pending_notes;
111 temp->number = current_footnote_number;
112 pending_notes = temp;
120 FN *temp;
122 while ((temp = pending_notes))
124 free (temp->marker);
125 free (temp
104 FN *temp = xmalloc (sizeof (FN)); local
118 FN *temp; local
[all...]
/netbsd-current/sys/dev/onewire/
H A Dowtemp.c94 static bool owtemp_update(struct owtemp_softc *sc, uint32_t *temp);
212 owtemp_update(struct owtemp_softc *sc, uint32_t *temp) argument
249 *temp = sc->sc_owtemp_decode(data);
278 int temp; local
284 temp = (int8_t)buf[1];
285 temp = (temp << 8) | buf[0];
290 return (temp * 62500 + 273150000);
296 int temp; local
302 temp
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dwrapper.c78 void wrap_add_entry (WrapperEntry *e,int temp);
247 * for keeping a temporary list of wrappers at the end, if the "temp"
251 wrap_add_file (const char *file, int temp) argument
269 wrap_add (line, temp);
336 char *temp; local
349 for (temp = line;
353 if(temp==line)
359 e.wildCard=xstrdup(temp);
378 for(temp=++line;*line && (*line!='\'' || line[-1]=='\\');++line)
389 if (line==temp)
451 wrap_add_entry(WrapperEntry *e, int temp) argument
476 char *temp; local
[all...]
/netbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S460 temp: .EQU r1 label
480 sub r0,arg1,temp ; clear carry, negate the divisor
481 ds r0,temp,r0 ; set V-bit to 1
484 ds r0,arg1,temp ; 1st divide step, if no carry
486 ds temp,arg1,temp ; 2nd divide step
488 ds temp,arg1,temp ; 3rd divide step
490 ds temp,arg1,temp ;
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_gk104.c51 u32 temp = nvkm_rd32(device, 0x00dc68), i; local
55 temp &= ~(type << (i * 4));
58 temp |= type << (i * 4);
61 nvkm_wr32(device, 0x00dc68, temp);
H A Dnouveau_nvkm_subdev_i2c_g94.c51 u32 temp = nvkm_rd32(device, 0x00e068), i; local
55 temp &= ~(type << (i * 4));
58 temp |= type << (i * 4);
61 nvkm_wr32(device, 0x00e068, temp);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_g84.c73 nvkm_wr32(device, 0x20480, sensor->thrs_shutdown.temp);
76 nvkm_wr32(device, 0x204c4, sensor->thrs_fan_boost.temp);
79 nvkm_wr32(device, 0x204c0, sensor->thrs_critical.temp);
82 nvkm_wr32(device, 0x20414, sensor->thrs_down_clock.temp);
87 sensor->thrs_fan_boost.temp,
89 sensor->thrs_down_clock.temp,
91 sensor->thrs_critical.temp,
93 sensor->thrs_shutdown.temp,
108 int temp, cur; local
111 temp
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/vms/
H A Desgps.h38 unsigned char temp; member in struct:vms_esgps
H A Demh.h53 unsigned char temp; member in struct:vms_emh_mhd
H A Degps.h38 unsigned char temp; member in struct:vms_egps
H A Degsy.h49 unsigned char temp; member in struct:vms_egsy
/netbsd-current/external/gpl3/binutils/dist/include/vms/
H A Degps.h38 unsigned char temp; member in struct:vms_egps
H A Degsy.h49 unsigned char temp; member in struct:vms_egsy
H A Desgps.h38 unsigned char temp; member in struct:vms_esgps
H A Demh.h53 unsigned char temp; member in struct:vms_emh_mhd
/netbsd-current/external/gpl3/gdb.old/dist/include/vms/
H A Demh.h53 unsigned char temp; member in struct:vms_emh_mhd
H A Desgps.h38 unsigned char temp; member in struct:vms_esgps
H A Degps.h38 unsigned char temp; member in struct:vms_egps

Completed in 225 milliseconds

1234567891011>>