Lines Matching defs:func

28   void floatDecimalFormat(FunctionT func) {  in floatDecimalFormat()
37 void floatHexExpFormat(FunctionT func) { in floatHexExpFormat()
46 void floatDecimalExpFormat(FunctionT func) { in floatDecimalExpFormat()
55 void floatDecimalAutoFormat(FunctionT func) { in floatDecimalAutoFormat()
64 void improperFormatString(FunctionT func) { in improperFormatString()
102 void insufficentBufsize(FunctionT func) { in insufficentBufsize()
119 void infNanValues(FunctionT func) { in infNanValues()
126 void floatDecimalSinglePrec(FunctionT func) { in floatDecimalSinglePrec()
140 void floatDecimalDoublePrec(FunctionT func) { in floatDecimalDoublePrec()
210 void floatDecimalLongDoublePrec(FunctionT func) { in floatDecimalLongDoublePrec()
221 void floatHexExpSinglePrec(FunctionT func) { in floatHexExpSinglePrec()
237 void floatHexExpDoublePrec(FunctionT func) { in floatHexExpDoublePrec()
263 void floatHexExpLongDoublePrec(FunctionT func) { in floatHexExpLongDoublePrec()
313 void floatDecimalExpSinglePrec(FunctionT func) { in floatDecimalExpSinglePrec()
324 void floatDecimalExpDoublePrec(FunctionT func) { in floatDecimalExpDoublePrec()
360 void floatDecimalExpLongDoublePrec(FunctionT func) { in floatDecimalExpLongDoublePrec()
378 void floatDecimalAutoSinglePrec(FunctionT func) { in floatDecimalAutoSinglePrec()
389 void floatDecimalAutoDoublePrec(FunctionT func) { in floatDecimalAutoDoublePrec()
425 void floatDecimalAutoLongDoublePrec(FunctionT func) { in floatDecimalAutoLongDoublePrec()
443 void doublePrecInfNan(FunctionT func) { in doublePrecInfNan()
463 void longDoublePrecInfNan(FunctionT func) { in longDoublePrecInfNan()
486 #define STRFROM_TEST(InputType, name, func) \ argument