Searched refs:to_int (Results 1 – 12 of 12) sorted by relevance
7 int to_int(double v) { in to_int() function22 int x = to_int(*p); in main()
58 if Nativeint.to_int vptr <> 0 then65 if Nativeint.to_int fptr <> 0 then
5 #define to_int(x) ({ register int n = (x); n; }) macro
372 …inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsD… in has_mark_sets()374 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_i… in mark_set_covers()385 (version.to_int () < 0x00010002u || markGlyphSetsDef[0].sanitize (c, this))); in sanitize()
754 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } in to_int() function
29 int k = to_int(n); // no-warning in stuff()
100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
359 (*to_int)( PS_Parser parser ); member
801 l := Attribute.Alignment (Int32.to_int align) :: !l;809 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
2454 multiclass FPToIntegerPats<SDNode to_int, SDNode round, string INST> {2455 def : Pat<(i32 (to_int (round f32:$Rn))),2457 def : Pat<(i64 (to_int (round f32:$Rn))),2459 def : Pat<(i32 (to_int (round f64:$Rn))),2461 def : Pat<(i64 (to_int (round f64:$Rn))),