HomeSort by: relevance | last modified time | path
    Searched refs:__gmpn_cpuvec_init (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/x86/fat/
fat_entry.asm 118 dnl The code simply calls __gmpn_cpuvec_init, and then jumps back through
120 dnl __gmpn_cpuvec_init will have stored the address of the selected
151 CALL( __gmpn_cpuvec_init)
160 CALL( __gmpn_cpuvec_init)
172 CALL( __gmpn_cpuvec_init)
fat.c 219 vector. If another thread is still running __gmpn_cpuvec_init then we
225 __gmpn_cpuvec_init (void) function
229 TRACE (printf ("__gmpn_cpuvec_init:\n"));
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
fat_entry.asm 124 dnl The code simply calls __gmpn_cpuvec_init, and then jumps back through
126 dnl __gmpn_cpuvec_init will have stored the address of the selected
140 dnl We need to preserve parameter registers over the __gmpn_cpuvec_init call
171 CALL( __gmpn_cpuvec_init)
fat.c 204 vector. If another thread is still running __gmpn_cpuvec_init then we
253 __gmpn_cpuvec_init (void) function
261 TRACE (printf ("__gmpn_cpuvec_init:\n"));
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4708 __GMP_DECLSPEC void __gmpn_cpuvec_init (void);
4710 /* Get a threshold "field" from __gmpn_cpuvec, running __gmpn_cpuvec_init()
4713 ((LIKELY (__gmpn_cpuvec_initialized) ? 0 : (__gmpn_cpuvec_init (), 0)), \

Completed in 49 milliseconds