Home
last modified time | relevance | path

Searched defs:int_value (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/parisc/math-emu/
Dcnv_float.h63 #define Int_isinexact_to_sgl(int_value) (int_value << 33 - SGL_EXP_LENGTH) argument
65 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument
224 #define Int_negate(int_value) int_value = -int_value argument
319 #define Suint_isinexact_to_sgl(int_value) \ argument
/linux-2.4.37.9/arch/sh/kernel/
Dkgdb_stub.c337 static int hex_to_int(char **ptr, int *int_value) in hex_to_int()