Lines Matching defs:float64
15 func fEqEq(a int, f float64) bool {
19 func fEqNeq(a int32, f float64) bool {
23 func fEqLess(a int8, f float64) bool {
27 func fEqLeq(a float64, f float64) bool {
31 func fEqLessU(a uint, f float64) bool {
35 func fEqLeqU(a uint64, f float64) bool {
39 func fNeqEq(a int, f float64) bool {
43 func fNeqNeq(a int32, f float64) bool {
47 func fNeqLess(a float32, f float64) bool {
52 func fNeqLeq(a int16, f float64) bool {
56 func fNeqLessU(a uint, f float64) bool {
60 func fNeqLeqU(a uint32, f float64) bool {
64 func fLessEq(a int, f float64) bool {
68 func fLessNeq(a int32, f float64) bool {
72 func fLessLess(a float32, f float64) bool {
76 func fLessLeq(a float64, f float64) bool {
80 func fLeqEq(a float64, f float64) bool {
84 func fLeqNeq(a int16, f float64) bool {
88 func fLeqLess(a float32, f float64) bool {
92 func fLeqLeq(a int8, f float64) bool {
96 func fLessUEq(a uint8, f float64) bool {
100 func fLessUNeq(a uint16, f float64) bool {
104 func fLessULessU(a uint32, f float64) bool {
108 func fLessULeqU(a uint64, f float64) bool {
112 func fLeqUEq(a uint8, f float64) bool {
116 func fLeqUNeq(a uint16, f float64) bool {
120 func fLeqLessU(a uint32, f float64) bool {
124 func fLeqLeqU(a uint64, f float64) bool {
130 func fEqPtrEqPtr(a, b *int, f float64) bool {
134 func fEqPtrNeqPtr(a, b *int, f float64) bool {
138 func fNeqPtrEqPtr(a, b *int, f float64) bool {
142 func fNeqPtrNeqPtr(a, b *int, f float64) bool {
146 func fEqInterEqInter(a interface{}, f float64) bool {
150 func fEqInterNeqInter(a interface{}, f float64) bool {
154 func fNeqInterEqInter(a interface{}, f float64) bool {
158 func fNeqInterNeqInter(a interface{}, f float64) bool {
162 func fEqSliceEqSlice(a []int, f float64) bool {
166 func fEqSliceNeqSlice(a []int, f float64) bool {
170 func fNeqSliceEqSlice(a []int, f float64) bool {
174 func fNeqSliceNeqSlice(a []int, f float64) bool {