Home
last modified time | relevance | path

Searched refs:FLA_CONSTANT (Results 1 – 10 of 10) sorted by relevance

/dports/math/libflame/libflame-5.2.0/src/base/flamec/include/
H A DFLA_macro_ptr_defs.h23 ( ((x).base)->datatype == FLA_CONSTANT ? \
29 ( ((x).base)->datatype == FLA_CONSTANT ? \
35 ( ((x).base)->datatype == FLA_CONSTANT ? \
41 ( ((x).base)->datatype == FLA_CONSTANT ? \
47 ( ((x).base)->datatype == FLA_CONSTANT ? \
H A DFLA_macro_defs.h47 #define FLA_CONSTANT 105 macro
/dports/math/libflame/libflame-5.2.0/src/base/flamec/main/
H A DFLA_Query.c85 case FLA_CONSTANT: in FLA_Obj_datatype_size()
297 if ( datatype == FLA_CONSTANT ) in FLA_Obj_is_constant()
540 if ( datatype_A != FLA_CONSTANT ) in FLA_Obj_equals()
547 case FLA_CONSTANT: in FLA_Obj_equals()
670 if ( datatype_A != FLA_CONSTANT ) datatype = datatype_A; in FLA_Obj_gt()
675 case FLA_CONSTANT: in FLA_Obj_gt()
748 if ( datatype_A != FLA_CONSTANT ) datatype = datatype_A; in FLA_Obj_ge()
753 case FLA_CONSTANT: in FLA_Obj_ge()
825 if ( datatype_A != FLA_CONSTANT ) datatype = datatype_A; in FLA_Obj_lt()
830 case FLA_CONSTANT: in FLA_Obj_lt()
[all …]
H A DFLA_Check.c165 datatype != FLA_CONSTANT ) in FLA_Check_valid_datatype()
187 if ( datatype != FLA_CONSTANT && in FLA_Check_floating_datatype()
201 if ( datatype != FLA_CONSTANT && in FLA_Check_int_datatype()
212 if ( datatype != FLA_CONSTANT && in FLA_Check_real_datatype()
224 if ( datatype != FLA_CONSTANT && in FLA_Check_complex_datatype()
309 if ( datatype_A == FLA_CONSTANT || in FLA_Check_identical_object_precision()
310 datatype_B == FLA_CONSTANT ) in FLA_Check_identical_object_precision()
343 if ( FLA_Obj_datatype( A ) != FLA_CONSTANT && in FLA_Check_consistent_object_datatype()
344 FLA_Obj_datatype( B ) != FLA_CONSTANT ) in FLA_Check_consistent_object_datatype()
355 if ( FLA_Obj_datatype( A ) != FLA_CONSTANT && in FLA_Check_consistent_datatype()
[all …]
H A DFLA_Obj.c422 FLA_Obj_create( FLA_CONSTANT, 1, 1, 0, 0, obj ); in FLA_Obj_create_constant()
459 FLA_Obj_create( FLA_CONSTANT, 1, 1, 0, 0, obj ); in FLA_Obj_create_constant_ext()
496 FLA_Obj_create( FLA_CONSTANT, 1, 1, 0, 0, obj ); in FLA_Obj_create_complex_constant()
H A DFLA_Misc.c301 case FLA_CONSTANT: in FLA_Obj_fshow()
/dports/math/libflame/libflame-5.2.0/src/base/flamec/wrappers/blas/1/external/
H A DFLA_Copyr_external.c42 if ( dt_A == FLA_CONSTANT ) in FLA_Copyr_external()
H A DFLA_Copyt_external.c42 if ( dt_A == FLA_CONSTANT ) in FLA_Copyt_external()
H A DFLA_Copyrt_external.c44 if ( dt_A == FLA_CONSTANT ) in FLA_Copyrt_external()
H A DFLA_Copy_external.c45 if ( dt_A == FLA_CONSTANT ) in FLA_Copy_external()