Searched defs:HelperInvocationsParamDefs (Results 1 – 1 of 1) sorted by relevance
354 struct HelperInvocationsParamDefs struct356 enum DfStyle363 enum FuncType370 typedef float (*F1D)(float);371 struct func2D_t {375 struct func2D_mask {379 struct test_mode_t {384 static float linear(float x) { return x; } in linear()385 static float quadratic(float x) { return (x * x); } in quadratic()386 static float cubic(float x) { return (x * x * x * 0.5f); } in cubic()[all …]