Home
last modified time | relevance | path

Searched refs:GNU_CONST (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h65 # define GNU_CONST __attribute__((const)) macro
79 # define GNU_CONST macro
309 float LEFloat_to_BEFloat(float f) GNU_CONST;
310 uint64_t lives_10pow(int pow) GNU_CONST;
311 double lives_fix(double val, int decimals) GNU_CONST;
312 uint32_t get_approx_ln(uint32_t val) GNU_CONST;
313 uint64_t get_approx_ln64(uint64_t x)GNU_CONST;
314 uint64_t get_near2pow(uint64_t val) GNU_CONST;
H A Deffects-weed.h117 int weed_get_idx_for_hashname(const char *hashname, boolean fullname) GNU_CONST; ///< fullname inc…
H A Dutils.c31 static int get_hex_digit(const char c) GNU_CONST;
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed.c57 #define GNU_CONST __attribute__((const)) macro
62 #define GNU_CONST macro
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog13277 …PsppireValueEntry: Remove GNU_CONST declaration because it prevents the type being found by GtkBui…