Home
last modified time | relevance | path

Searched refs:inthashf (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopnoise.cpp909 return inthashf (x); in osl_hash_if()
915 return inthashf (x, y); in osl_hash_iff()
922 return inthashf (static_cast<float*>(x)); in osl_hash_iv()
929 return inthashf (static_cast<float*>(x), y); in osl_hash_ivf()
H A Dconstfold.cpp1167 cind = rop.add_constant (inthashf (S->get_float())); in DECLFOLDER()
1169 cind = rop.add_constant (inthashf (S->get_float(), T->get_float())); in DECLFOLDER()
1171 cind = rop.add_constant (inthashf ((const float *)S->data())); in DECLFOLDER()
1173 cind = rop.add_constant (inthashf ((const float *)S->data(), T->get_float())); in DECLFOLDER()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopnoise.cpp909 return inthashf (x); in osl_hash_if()
915 return inthashf (x, y); in osl_hash_iff()
922 return inthashf (static_cast<float*>(x)); in osl_hash_iv()
929 return inthashf (static_cast<float*>(x), y); in osl_hash_ivf()
H A Dconstfold.cpp1167 cind = rop.add_constant (inthashf (S->get_float())); in DECLFOLDER()
1169 cind = rop.add_constant (inthashf (S->get_float(), T->get_float())); in DECLFOLDER()
1171 cind = rop.add_constant (inthashf ((const float *)S->data())); in DECLFOLDER()
1173 cind = rop.add_constant (inthashf ((const float *)S->data(), T->get_float())); in DECLFOLDER()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h553 inthashf (float x) in inthashf() function
561 inthashf (float x, float y) in inthashf() function
573 inthashf (const float *x) in inthashf() function
586 inthashf (const float *x, float y) in inthashf() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h553 inthashf (float x) in inthashf() function
561 inthashf (float x, float y) in inthashf() function
573 inthashf (const float *x) in inthashf() function
586 inthashf (const float *x, float y) in inthashf() function