Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/modules/chempy/
H A Dcif.py196 def index_to_float(self, index, value): member in CIFData
273 self.index_to_float(cartn_x,value),
274 self.index_to_float(cartn_y,value),
275 self.index_to_float(cartn_z,value)]
313 self.index_to_float(fract_x,value),
424 self.index_to_float(u11,value),
425 self.index_to_float(u22,value),
426 self.index_to_float(u33,value),
427 self.index_to_float(u12,value),
428 self.index_to_float(u13,value),
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_color.c576 static float index_to_float(const unsigned short i) in index_to_float() function
619 float f = linearrgb_to_srgb(index_to_float((unsigned short)i)) * 255.0f; in BLI_init_srgb_conversion()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsLut.h178 float inp = index_to_float( (unsigned short)i ); in fillTables()
634 static float index_to_float(const unsigned short i);
H A DofxsLut.cpp88 Lut::index_to_float(const unsigned short i) in index_to_float() function in OFX::Color::Lut
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsLut.h178 float inp = index_to_float( (unsigned short)i ); in fillTables()
634 static float index_to_float(const unsigned short i);
H A DofxsLut.cpp88 Lut::index_to_float(const unsigned short i) in index_to_float() function in OFX::Color::Lut