Searched refs:theFloat4 (Results 1 – 1 of 1) sorted by relevance
481 float4 theFloat4; in use() local482 NormalMember<double>().f(theFloat4); in use()484 ConstantValueNoDiag<double>().f(theFloat4); in use()485 ConstantValueNoDiagDependentValue<double, 1>().f(theFloat4); in use()486 DiagTrunc<double>().f(theFloat4); in use()488 DiagTruncDependentValue<double, 0>().f(theFloat4); in use()490 DiagTruncDependentType<double>().f(theFloat4); in use()491 PR45298Consumer<double>().f(theFloat4); in use()