Searched defs:a (Results 1 – 25 of 86) sorted by relevance
1234
60 double r_negdf3(double a, double b) { return -a; } in r_negdf3()64 float r_addsf3(float a, float b) { return a + b; } in r_addsf3()68 float r_negsf3(float a, float b) { return -a; } in r_negsf3()72 int r_fixdfsi(double a) { return (int)a; } in r_fixdfsi()73 int r_fixsfsi(float a) { return (int)a; } in r_fixsfsi()74 double r_floatsidf(int a) { return (double)a; } in r_floatsidf()75 float r_floatsisf(int a) { return (float)a; } in r_floatsisf()77 float r_truncdfsf2(double a) { return (float)a; } in r_truncdfsf2()81 int r_gtdf2(double a, double b) { return a > b; } in r_gtdf2()87 int r_nesf2(float a, float b) { return a != b; } in r_nesf2()[all …]
37 TFtype a; in __floatuntitf() local
33 __negdf2 (DFtype a) in __negdf2()
37 HFtype a; in __floattihf() local
37 SFtype a; in __floattisf() local
37 TFtype a; in __floattitf() local
37 DFtype a; in __floatundidf() local
37 SFtype a; in __floatundisf() local
37 SFtype a; in __floatunsisf() local
37 DFtype a; in __floatuntidf() local
37 HFtype a; in __floatuntihf() local
37 SFtype a; in __floatuntisf() local
34 __truncdfhf2 (DFtype a) in __truncdfhf2()
34 __truncdfsf2 (DFtype a) in __truncdfsf2()
34 __truncsfhf2 (SFtype a) in __truncsfhf2()
34 __trunctfdf2 (TFtype a) in __trunctfdf2()
34 __trunctfhf2 (TFtype a) in __trunctfhf2()
34 __trunctfsf2 (TFtype a) in __trunctfsf2()
34 __trunctfxf2 (TFtype a) in __trunctfxf2()
34 __truncxfhf2 (XFtype a) in __truncxfhf2()
33 __negsf2 (SFtype a) in __negsf2()
33 __negtf2 (TFtype a) in __negtf2()
33 __fixhfti (HFtype a) in __fixhfti()
33 __fixsfdi (SFtype a) in __fixsfdi()
33 __fixsfsi (SFtype a) in __fixsfsi()
Completed in 37 milliseconds