🌐
Linux Man Pages
man7.org › linux › man-pages › man3 › fabs.3.html
fabs(3) - Linux manual page
#include <math.h> double fabs(double x); float fabsf(float x); long double fabsl(long double x); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fabsf(), fabsl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
🌐
Linux Man Pages
man7.org › linux › man-pages › man3 › fabs.3p.html
fabs(3p) - Linux manual page
Computing the 1-Norm of a Floating-Point Vector This example shows the use of fabs() to compute the 1-norm of a vector defined as follows: norm1(v) = |v[0]| + |v[1]| + ... + |v[n-1]| where |x| denotes the absolute value of x, n denotes the vector's dimension v[i] denotes the i-th component of v (0≤i<n).
🌐
Linux Man Pages Online
man.he.net › man3 › fabs
fabs
FABS(3) Linux Programmer's Manual FABS(3) NAME fabs, fabsf, fabsl - absolute value of floating-point number SYNOPSIS #include <math.h> double fabs(double x); float fabsf(float x); long double fabsl(long double x); Link with -lm.
🌐
WIRED
wired.com › article › real men have fabs
Real men have fabs | WIRED
October 9, 2008 - SAN FRANCISCO (AP) _ For years, Advanced Micro Devices Inc.'s scrappy image was best summed up by an insult that founder Jerry Sanders lobbed against rivals: "Real men have fabs."
🌐
Linux Man Pages
linux.die.net › man › 3 › fabs
fabs(3) - Linux man page
The fabs() functions return the absolute value of the floating-point number x.
🌐
EE Times
eetimes.com › home › real men have fabs…or do they?
Real men have fabs…or do they? - EE Times
November 17, 2010 - Real men have fabs.” AMD founder Jerry Sanders made the point—in blunt, politically incorrect fashion—that maintaining control over IC manufacturing was crucial for a top-tier semiconductor company.
🌐
Bloomberg
bloomberg.com › news › articles › 1994-04-10 › real-men-have-fabs
`Real Men Have Fabs' - Bloomberg
April 11, 1994 - "The fabs are full," laments CEO John C. East. And that could signal the end of an era. It means that 250 fabless chip companies--the startup stars of Silicon Valley for a decade--face a growth crisis. As their chip-production options shrink, it will be hard for them to avoid a retreat.
🌐
OpenBSD
man.openbsd.org › fabs.3
fabs(3) - OpenBSD manual pages
The fabs() function computes the absolute value of a floating-point number x. The fabsf() function is a single precision version of fabs().
🌐
SemiWiki
semiwiki.com › home › real men have fabs jerry sanders, tj rodgers, and amd
Real Men Have Fabs Jerry Sanders, TJ Rodgers, and AMD - Semiwiki
September 3, 2022 - In 1977 I made a job change: I took a job at Raytheon Semiconductor. Raytheon was on Ellis Street next door to the Fairchild “Rust Bucket”. In the early days, … Continue reading "Real Men Have Fabs Jerry Sanders, TJ Rodgers, and AMD"
🌐
Substack
clausaasholm.substack.com › p › real-men-have-fabs
"Real men have fabs!" - by Claus Aasholm
April 24, 2024 - “Real men have fabs” was an insult AMD founder Jerry Sanders hurled at his poor competitors who could not afford to build fabs. A few years later, AMD would be fabless, spinning off its manufacturing facilities as GlobalFoundries.
Find elsewhere
🌐
Manpagez
manpagez.com › man › 3 › fabs
man page fabs section 3
The fabs() functions compute the absolute value of a floating-point num- ber x.
🌐
Unix.com
unix.com › man_page › linux › 3 › fabs
linux fabs man page on unix.com
Linux Man Pages All Man Pages Latest Topics Forum Categories ... SYNOPSIS #include <math.h> double fabs(double x); float fabsf(float x); long double fabsl(long double x); Link with -lm.
🌐
Design Reuse
design-reuse.com › industryexpertblogs › 25008 › fabless-fab-lite-model.html
Real men have fabs... or do they?
"Real men have fabs." AMD founder Jerry Sanders made the point—in blunt, politically incorrect fashion—that maintaining control over IC manufacturing was crucial for a top-tier semiconductor company. The fabless semiconductor community heartily disagrees.
🌐
Reddit
reddit.com › r/amd › real men have fabs jerry sanders, tj rodgers, and amd - semiwiki
r/Amd on Reddit: Real Men Have Fabs Jerry Sanders, TJ Rodgers, and AMD - Semiwiki
July 30, 2019 - For AMD's 50th remember the man who helped start it all! ... What's kind of sad is that Global Foundries has sold off a few of their assets recently, and of course given up on 7nm for now. Since GloFo was built on AMD fabs, and the fact that they aren't pushing the envelope as hard now, that same ethos that Jerry helped foster seems to be pretty much gone now.
🌐
Apple Developer
developer.apple.com › library › archive › documentation › System › Conceptual › ManPages_iPhoneOS › man3 › fabs.3.html
Mac OS X Manual Page For fabs(3)
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles · For more information ...
🌐
Hacker News
news.ycombinator.com › item
Real Men Have Fabs. The above quip came from TJ Rodgers of AMD/Cypress. It was p... | Hacker News
April 16, 2021 - The above quip came from TJ Rodgers of AMD/Cypress. It was popularized by Jerry Sanders, CEO of AMD.[1] · There were many fabs back in the day. Now they're mostly EPA Superfund sites in Silicon Valley
🌐
Arch Linux Man Pages
man.archlinux.org › man › fabs.3.en
fabs(3) — Arch manual pages
double fabs(double x); float fabsf(float x); long double fabsl(long double x); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fabsf(), fabsl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE ·
🌐
The Register
theregister.com › 1999 › 02 › 25 › only_real_men_have_fabs
Only real men have fabs • The Register
February 25, 1999 - Intel Developer Forum Jerry Sanders III, the CEO of AMD, said at a conference a few years "only real men have fabs". He was referring in that case to Cyrix, now a subsidiary of NatSemi.
🌐
Arch Linux Man Pages
man.archlinux.org › man › fabs.3p.en
fabs(3p) — Arch manual pages
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux. fabs, fabsf, fabsl — absolute value function ·