Searched refs:int_value (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dcnv_float.h63 #define Int_isinexact_to_sgl(int_value) (int_value << 33 - SGL_EXP_LENGTH)
65 #define Sgl_roundnearest_from_int(int_value,sgl_value) \
66 if (int_value & 1<<(SGL_EXP_LENGTH - 2)) /* round bit */ \
67 if ((int_value << 34 - SGL_EXP_LENGTH) || Slow(sgl_value)) \
224 #define Int_negate(int_value) int_value = -int_value
319 #define Suint_isinexact_to_sgl(int_value) \
320 (int_value << 3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c76 static VALUE *int_value(arith_t i) function
240 v = int_value(re_regs[0].rm_eo);
246 v = int_value(0);
298 v = int_value(strlen(r->u.s));
313 v = int_value(strcspn(l->u.s, r->u.s) + 1);
382 l = int_value(val);
407 l = int_value(val);
442 l = int_value(val);
459 l = int_value(0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-stack.c21 int int_value; member in union:tre_stack_item
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dfunc.js134 var int_value = parseInt(str,10);
135 if (int_value < min_value)
142 if (int_value > max_value)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_rf_uw2453.c297 u8 int_value = chip->pwr_int_values[channel - 1]; local
299 if (int_value >= ARRAY_SIZE(uw2453_txgain)) {
301 "int value %x on channel %d\n", int_value, channel); local
306 UW2453_REGWRITE(7, uw2453_txgain[int_value]), RF_RV_BITS);

Completed in 195 milliseconds