Searched defs:floatValue (Results 1 – 4 of 4) sorted by relevance
11 -(float) floatValue; method
38 uint16_t float2half(float floatValue) { in float2half()113 uint16_t float2bfloat(float floatValue) { in float2bfloat()
413 auto floatValue = DenseFPElementsAttr::get(floatValueTy, {1.0f}); TEST() local
1535 Value floatValue = b.create<arith::BitcastOp>(floatTy, intValue); matchAndRewrite() local [all...]