Lines Matching +defs:val +defs:operator
87 ResultType operator()(Generator* gen) { in operator() function
111 ResultType operator()(Generator* gen) { in operator() function
135 ResultType operator()(Generator* gen) { in operator() function
159 ResultType operator()(Generator* gen) { in operator() function
187 ResultType operator()(Generator* gen) { in operator() function
222 ResultType operator()(Generator* gen) { in operator() function
257 ResultType operator()() { in operator() function
339 ResultType operator()(Generator* gen) { in operator() function
366 ResultType operator()(Generator* gen) { in operator() function
395 ResultType operator()(Generator* gen) { in operator() function
419 ResultType operator()(Generator* gen) { in operator() function
465 ResultType operator()(SingleSampleGenerator* gen) { in operator() function
506 ResultType operator()(SingleSampleGenerator* gen) { in operator() function
548 ResultType operator()(SingleSampleGenerator* gen) { in operator() function
590 ResultType operator()(SingleSampleGenerator* gen) { in operator() function
673 const uint16 val = (exp << 10) | man; in Uint16ToHalf() local
691 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16() local
711 const uint32 val = (exp << 23) | man; in Uint32ToFloat() local
731 const uint64 val = (exp << 52) | man; in Uint64ToDouble() local